feat(swe): add Qwen3-30B SWE-bench async-GRPO recipe (vLLM + SGLang)#2961
Closed
Kh4L wants to merge 1 commit into
Closed
feat(swe): add Qwen3-30B SWE-bench async-GRPO recipe (vLLM + SGLang)#2961Kh4L wants to merge 1 commit into
Kh4L wants to merge 1 commit into
Conversation
Signed-off-by: Serge Panev <spanev@nvidia.com>
Author
|
Closing: this draft inadvertently contained internal cluster/filesystem paths. Will re-open a sanitized version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the multi-turn SWE-bench agentic async-GRPO recipe for Qwen3-30B-A3B-Thinking (MoE, 30B total / ~3B active):
examples/swe_bench/grpo_qwen3_30b_async_swe.yaml— the recipe configexamples/swe_bench/run_grpo_repro_baseline_swe2.sh— vLLM baseline launcher (reproduces the ~8%-resolved reference run)examples/swe_bench/run_grpo_swe2_scale_gen.sh— generation-scaling sweep launcher with aBACKEND=vllm|sglangswitchexamples/swe_bench/REPRO_swe2.md— vLLM baseline reproduction guideexamples/swe_bench/REPRO_swe2_sglang.md— SGLang reproduction guideWhy
Provides a reproducible reference for multi-turn SWE-bench RL (baseline ~8% resolved from step 1) and a working SGLang generation path at parity with vLLM — rollout completeness, throughput, and training-grade per-token logprob parity.
Status — draft, depends on #2447
The
BACKEND=sglangpath needs the enhanced SGLang backend (Megatron→SGLang MoE/PP weight-refit, router, fault-tolerance) from #2447, which is not yet merged. On currentmain's basic SGLang backend the SGLang path will not run the 30B-MoE recipe; the vLLM path is self-contained. Kept as a draft until #2447 lands. The companion gym-proxy token-splicing contiguity fix (required for multi-turn SGLang) is in NVIDIA-NeMo/Gym#1787.Validation
REPRO_swe2_sglang.md.Reproduced end-to-end from a clean clone.